GetCurrentTimeRequest

data class GetCurrentTimeRequest(id: String)

Represents request frame that can be used with Animation#getCurrentTime operation call.

Returns the current time of the an animation.

See also

Constructors

GetCurrentTimeRequest
Link copied to clipboard
fun GetCurrentTimeRequest(id: String)

Properties

id
Link copied to clipboard
val id: String
Id of animation.

Sources

jvm source
Link copied to clipboard